_MMVAD

//0x80 bytes (sizeof) struct _MMVAD { struct _MMVAD_SHORT Core; //0x0 union { ULONG LongFlags2; //0x40 struct _MMVAD_FLAGS2 VadFlags2; //0x40 } u2; //0x40 union { struct _SUBSECTION* Subsection; //0x48 struct _MSUBSECTION* MappedSubsection; //0x48 }; struct _MMPTE* FirstPrototypePte; //0x50 struct _MMPTE* LastContiguousPte; //0x58 struct _LIST_ENTRY ViewLinks; //0x60 struct _EPROCESS* VadsProcess; //0x70 union { struct _MI_VAD_SEQUENTIAL_INFO SequentialVa; //0x78 struct _MMEXTEND_INFO* ExtendedInfo; //0x78 } u4; //0x78 };